home *** CD-ROM | disk | FTP | other *** search
- head 1.3;
- access ;
- symbols ;
- locks dudek:1.3; strict;
- comment @@;
-
-
- 1.3
- date 85.10.21.19.26.05; author dudek; state Exp;
- branches ;
- next 1.2;
-
- 1.2
- date 85.10.04.10.28.57; author dudek; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 85.09.04.15.51.33; author dudek; state Exp;
- branches ;
- next ;
-
-
- desc
- @@
-
-
- 1.3
- log
- @*** empty log message ***
- @
- text
- @############################################################
- ############################################################
- #####
- ##### SENDMAIL CONFIGURATION FILE
- #####
- ############################################################
- ############################################################
-
- ######################
- # General Macros #
- ######################
-
- # local domain names
- DDHARVARD.EDU
-
- # my official hostname
- Dj$w.$D
-
- # known top-level domains (other than ARPA domains)
- CDLOCAL UUCP BITNET DEC UTEXAS CSNET MAILNET CCNET
- # known ARPA domains
- CAARPA EDU COM GOV MIL ORG US
- # domains with ARPA gateways
- CCDEC UTEXAS CSNET MAILNET
- # known BITNET domains, or domains with BITNET gateways
- CFBITNET CCNET
-
- # known local hosts; x@@localhost -> x@@localhost.LOCAL
-
- # science center - UNIX
- CLh-sc8 husc8 thor sc8 harvsc8 harvunxd
- CLh-sc7 husc7 loki sc7 harvsc7 harvunxc
- CLh-sc4 husc4 odin sc4 harvsc4 harvunxu
- CLh-sc1 husc1 asgard sc1 harvsc1 harvunxa
- CLh-sc2 husc2 bifrost sc2 harvsc2 harvunxb
- CLh-lit1 hulit1 littauer lit1 harvlit1 harvunxl
- CLh-ma1 huma1 math ma1 harvma1 harvunxm
-
- # science center - VMS
- CLh-sc3 husc3 roscoe rvms sc3 harvsc3
- CLh-sc5 husc5 sylvie svms sc5 harvsc5
- CLh-law1 hulaw1 law1 lvms harvlaw1
-
- # william james
- CLtalcott husoc1 h-soc1 soc1 harvunxt
- CLpitirim husoc2 h-soc2 soc2
- CLwjh12 hupsr1 h-psr1 psr1 harvunxw
-
- # aiken/DAS
- CLharvard harvunxh
- CLdasy
- CLgauss
- CLturing
- CLgodel
- CLboole
- CLherebrand
- CLrabin
- CLatrios
- CLzeos
- CLpeladon
- CLtraken
- CLribos
- CLskaro
- CLharry
- CLeleanor
- CLchimera
-
- # other harvard sites
- CLbiochem
- CLlhasa
- CLharvarda
- CLharvchem
- CLhurob1
- CLtardis
-
- include(relays)
-
- include(hostnets)
-
-
- #########################
- ### Trusted users ###
- #########################
-
- include(trusted)
-
-
- ############################################################
- #
- # General configuration information
- #
- # This information is basically just "boiler-plate"; it must be
- # there, but is essentially constant.
- #
- # Information in this file should be independent of location --
- # i.e., although there are some policy decisions made, they are
- # not specific to Berkeley per se.
- #
- #
- ############################################################
-
- DV4.30
-
- ##########################
- ### Special macros ###
- ##########################
-
- # my name
- DnMAILER-DAEMON
- # UNIX header format
- DlFrom $g $d
- # delimiter (operator) characters
- Do.:%@@!^=/[],;
- # format of a total name
- Dq$g$?x ($x)$.
- # SMTP login message
- De$w.$D Sendmail $v/$V ready at $b
-
- ###################
- ### Options ###
- ###################
-
- # location of alias file
- OA/usr/lib/aliases
- # default delivery mode (deliver in background)
- Odbackground
- # (don't) connect to "expensive" mailers
- Oc
- # rebuild aliases automatically
- OD
- # temporary file mode
- OF0640
- # default GID
- Og1
- # location of help file
- OH/usr/lib/sendmail.hf
- # log level
- OL5
- # default messages to old style
- Oo
- # queue directory
- OQ/usr/spool/mqueue
- # read timeout -- violates protocols
- Or2h
- # status file
- OS/usr/lib/sendmail.st
- # queue up everything before starting transmission
- #Os
- # default timeout interval
- OT3d
- # time zone names (V6 only)
- OtPST,PDT
- # default UID
- Ou1
- # wizard's password
- OWBRQTQQvpCSGFg
-
-
- ###############################
- ### Message precedences ###
- ###############################
-
- Pfirst-class=0
- Pspecial-delivery=100
- Pjunk=-100
-
- #############################
- ### Format of headers ###
- #############################
-
- H?P?Return-Path: <$g>
- H?R?Received: $?sfrom $s $.by $j$?r with $r$.; $b
- H?D?Date: $a
- H?F?Resent-From: $q
- H?F?From: $q
- HSubject:
-
-
- ###########################
- ### Rewriting rules ###
- ###########################
-
-
- ################################
- # Sender Field Pre-rewriting #
- ################################
- S1
-
- ###################################
- # Recipient Field Pre-rewriting #
- ###################################
- S2
-
- #################################
- # Final Output Post-rewriting #
- #################################
- S4
-
- R@@ $@@ handle <> error addr
-
- # externalize local domain info
- R$*<$*.LOCAL> $1<$2> change local info
-
- R$*<$+>$* $1$2$3 defocus
-
- ###########################
- # Name Canonicalization #
- ###########################
- S3
-
- # handle "from:<>" special case
- R<> $@@@@ turn into magic token
-
- # basic textual canonicalization
- R$*<$+>$* $2 basic RFC821/822 parsing
- R$+ at $+ $1@@$2 "at" -> "@@" for RFC 822
-
- # handle route-addr
- # @@a,@@b:user@@c <=> @@b:user@@c<@@a> (focus added below)
- R@@$+,@@$+:$+ $:@@$2:$3@@$1
- # @@a:user@@b <=> :user@@b<@@a> (focus added below)
- R@@$+:$+ $::$2@@$1
-
- # focus on destination host.domain
- R$+@@$+ $:$1<@@$2> focus on domain
- R$+<$+@@$+> $1$2<@@$3> move gaze right
- # canonical - do local rewriting
- R$+<@@$+> $@@$>6$1<@@$2>
-
- # convert old-style addresses to a domain-based address
- # (has to come after recognition of user@@site, else bad recursion)
- #
- # user%host
- R$+%$+ $:$1<@@$2> user%host
- R$+<@@$+%$+> $1%$2<@@$3> move right
- R$+<@@$*> $@@$>6$1<@@$2> already canonical
- #
- # host^user or host!user
- R$+^$+ $1!$2 convert ^ to !
- R$-!$+ $:$2<@@$1> resolve uucp names
- R$+<@@$=L> $@@$>6$1<@@$2> local site - no domain
- R$+<@@$-> $@@$>6$1<@@$2.UUCP> add UUCP domain
- # this relies on matching the FIRST "!" in the address
- R$-.$+!$+ $@@$>6$3<@@$1.$2> harvard.ARPA!root
-
- #
- # host:user
- # Note ":" parsed after "!" so that site1!site2:user parsed as
- # site2:user<@@site1.UUCP>
- R$-:$+ $@@$>6$2<@@$1> host:user
- # this relies on matching the FIRST ":" in the address
- R$-.$+:$+ $@@$>6$3<@@$1.$2> harvard.ARPA:root
-
- #################################
- # Local Name Canonicalization #
- #################################
- S6
-
- # Make canonical (using /etc/hosts)
- R$*<@@$=L> $:$1<@@$[$2$]>
- R$*<@@$=L.$=D> $:$1<@@$[$2$].$3>
- R$*<@@$-.$D> $:$1<@@$[$2$].$D>
-
- # Pass thru mail specifier
- R$*;$-<@@$*> $1<@@$3;$2>
-
-
- ############################################################
- ############################################################
- #####
- ##### RULESET ZERO
- #####
- ############################################################
- ############################################################
-
- S0
-
- # handle special cases.....
- R@@ $#local$:MAILER-DAEMON handle <> form
- R$*<@@[$+]> $#arpa$@@[$2]$:$1@@[$2] numeric internet spec ?
-
- ##################################
- # End of ruleset zero preamble #
- ##################################
-
- #
- # find our host
- R$+<@@$w> $@@$>7$1 user@@harvard
- R$+<@@$w.$D> $@@$>7$1 user@@harvard.HARVARD.EDU
- R$+<@@$w.ARPA> $@@$>7$1 user@@harvard.ARPA (sigh)
- R$+<@@$w.$=D> $@@$>7$1 user@@harvard.BITNET
-
- #
- # watch for uucp-type forwarding to ARPA
- R$w!$+<@@$+> $1@@$2 harvard!USER@@SITE.ARPA
- R$w:$+<@@$+> $1@@$2 harvard:USER@@SITE.ARPA
-
- # find local hosts
- R$*<@@$=L> $1<@@$2.LOCAL> horton@@aiken
- R$*<@@$=L.$=D> $:$1<@@$2.LOCAL> horton@@aiken.bitnet
- R$*<@@$-.$D> $:$1<@@$2.LOCAL> horton@@aiken.harvard.edu
-
- #
- # mailer specified addresses
- #
- ifdef(`BITNETRELAY',
- `# force to BITNET relay
- R$*<@@$*;bitnet> $@@$>0$1@@$2;bitnet<@@$F.LOCAL>
- R$*<@@$*;ccnet> $@@$>0$1@@$2;ccnet<@@$F.LOCAL>'
- ,
- `# force to BITNET
- R$*<@@$*;bitnet> $#bitnet$@@$2$:$1
- # problem here - does mailer need user@@site.CCNET for destination???
- R$*<@@$*;ccnet> $#ccnet$@@$2$:$1'
- )
-
- ifdef(`ARPARELAY',
- `# force to ARPA relay
- R$*<@@$*;arpa> $@@$>0$1@@$2;arpa<@@$C.LOCAL>'
- ,
- `# force to ARPA
- R$*<@@$*;arpa> $#arpa$@@$2$:$1<@@$2>'
- )
-
- # force to uucp
- R$*<@@$*;uucp> $#uucp$@@$2$:$1
-
- # force to pathalias
- R$*<@@$*;pathalias> $#pathsend$@@$2:$1
-
- # force to ether
- R$*<@@$*;ether> $#ether$@@$2$:$1
-
- #
- # non-local addresses
- #
- ifdef(`PATHALIAS',
- `# uucp (non-direct) to non-local host - try pathalias
- R$*<@@$*.UUCP> $#pathsend$@@$2$:$1 user@@somewhere.UUCP
- R$*<@@$*;nopath> $1<@@$2> already tried pathalias'
- ,`')
- ifdef(`ARPARELAY',`',
- `# resolve tcp uucp links
- R$*<@@$=X.UUCP> $#tcpuucp$@@$2$:$1'
- )
- # uucp direct to non-local host
- R$*<@@$=E.UUCP> $#uucp$@@$2$:$1 person@@remoteuucphost
-
- ifdef(`UUCPRELAY',
- `# uucp (non-direct) to non-local host - send to UUCP relay host
- R$*<@@$*.UUCP> $1@@$2.UUCP<@@$E.LOCAL> user@@somewhere.UUCP'
- ,
- `# uucp to unknown host - error
- R$*<@@$*.UUCP> $#error$@@$2$:UnknownHost'
- )
-
- ifdef(`BITNETRELAY',
- `# BITNET to non-local host - send to local BITNET relay
- R$*<@@$*.$=F> $1@@$2.$3<@@$F.LOCAL> user@@somewhere.BITNET'
- ,
- `# BITNET to non-local host direct
- R$*<@@$*.BITNET> $#bitnet$@@$2$:$1
- R$*<@@$*.CCNET> $#ccnet$@@$2$:$1@@$2.CCNET'
- )
-
- ifdef(`ARPARELAY',
- `# ARPA to non-local host - send to local ARPA relay
- R$*<@@$*.$=A> $1@@$2.$3<@@$C.LOCAL> user@@somewhere.ARPA
- R$*<@@$*.$=C> $1@@$2.$3<@@$C.LOCAL> user@@somewhere.CSNET'
- ,
- `# ARPA to non-local host direct
- R$*<@@$-.$*$=A> $#arpa$@@$2.$3$4$:$1<@@$2.$3$4>
- R$*<@@$*.DEC> $#arpa$@@decwrl$:$1<@@$2.DEC>
- R$*<@@$*.UTEXAS> $#arpa$@@ut-sally$:$1<@@$2.UTEXAS>
- R$*<@@$*.CSNET> $#arpa$@@csnet-relay$:$1<@@$2.CSNET>
- R$*<@@$*.MAILNET> $#arpa$@@mit-multics$:$1<@@$2.MAILNET>'
- )
-
- #
- # resolve local addresses
- #
- ifdef(`BITNETRELAY',
- `# BITNET to local host - send to local BITNET relay
- R$*<@@$=B.LOCAL> $1@@$2.BITNET<@@$F.LOCAL>'
- ,
- `# BITNET to local host direct
- R$*<@@$=B.LOCAL> $#bitnet$@@$2$:$1'
- )
-
- # tcp to local host
- R$*<@@$=G.LOCAL> $#ether$@@$2$:$1 person@@localetherhost
-
- # uucp to local host
- R$*<@@$=E.LOCAL> $#uucp$@@$2$:$1 person@@localuucphost
-
- include(relayrules)
-
- # to other local hosts - send to local generic LOCAL relay
- R$*<@@$=L.LOCAL> $@@$>0$1@@$2<@@$L.LOCAL>
-
- # ??
- R$*<$*.$*>$* $#error$@@x$:UnknownDomain
- R$*<@@$*>$* $#error$@@x$:UnknownLocalHost
-
- # remaining names must be local
- R$+ $#local$:$1 everything else
-
-
- #####################################################
- # Code to retry through Rulesets 3 and 0 #
- #####################################################
- S7
-
- # Make canonical
- R$+ $:$>3$1
- # Retry
- R$+ $@@$>0$1
-
-
- ############################################################
- ############################################################
- #####
- ##### Local and Program Mailer specification
- #####
- ############################################################
- ############################################################
-
- Mlocal, P=/bin/mail, F=rlsFmn, S=10, R=20, A=mail -d $u
- Mprog, P=/bin/sh, F=lsF, S=10, R=20, A=sh -c $u
-
- S10
- R@@ MAILER-DAEMON errors to mailer-daemon
-
- S20
-
- ############################################################
- ############################################################
- #####
- ##### LOCAL(!!) smtp (tcp/ip) mailer spec
- #####
- ############################################################
- ############################################################
-
- Mether, P=[IPC], F=msFueX, S=11, R=21, A=IPC $h
-
- S11
- R$*<@@$+> $@@$1<@@$2> already ok
- R$+ $@@$1<@@$w> tack on our hostname
-
- S21
-
- ############################################################
- ############################################################
- #####
- ##### PATHALIAS Mailer specification
- #####
- ############################################################
- ############################################################
-
- Mpathsend, P=/toe/staff/dudek/bin/pathsend, F=humv, S=12, R=22,
- A=pathsend $u@@$h
-
- S12
-
- S22
-
- ############################################################
- ############################################################
- #####
- ##### UUCP Mailer specification
- #####
- ############################################################
- ############################################################
-
-
- Muucp, P=/usr/bin/uux, F=shuUm, S=13, R=23, M=150000, A=uux - $h!rmail ($u)
- Mtcpuucp, P=[IPC], F=msRFueX, S=13, R=23, A=IPC $h
-
- S5
- R$+<@@$*.UUCP> $@@$2!$1 u@@host.UUCP => host!u
- R$+<@@$+> $@@$2!$1 u@@host.ARPA => host.ARPA!u
-
- S13
- R$+ $:$>5$1 convert to old style
- R$w!$+ $1 strip local name
- R$+ $:$w!$1 stick on our host name
-
- S23
- R$+ $:$>5$1 convert to old style
-
- ############################################################
- ############################################################
- #####
- ##### Arpanet TCP Mailer specification
- #####
- ############################################################
- ############################################################
-
- Marpa, P=[IPC], F=msDFMueXL, S=14, R=24, A=IPC $h, E=\r\n
-
- S14
-
- # output local hosts in user%host@@harvard syntax
- R$+<@@$=L> $@@$1%$2<@@$w.$D> local hosts
-
- # pass route-addrs through, tacking on our hostname
- # @@b:user@@c<@@a> <=> @@harvard.harvard.edu,@@a,@@b:user@@c
- R@@$+:$+<@@$+> $@@@@$w.$D,@@$3,@@$1:$2
- # :user@@b<@@a> <=> @@harvard.harvard.edu,@@a:user@@b
- R:$+<@@$+> $@@@@$w.$D,@@$2:$1
-
- # forward from domains other than ARPA domains
- R$+<@@$+.$=D> $@@$1%$2.$3<@@$w.$D> user@@host.DOMAIN
-
- # handle other external cases
- R$+<@@$+> $@@$1<@@$2>
-
- # otherwise, just stick on our hostname
- R$+ $@@$1<@@$w.$D>
-
- S24
-
- # handle route-addr (strip next host)
- # @@b:user@@c<@@a> <=> @@b:user@@c
- R@@$+:$+<@@$+> $@@@@$1:$2
- # :user@@b<@@a> <=> user@@b
- R:$+<@@$+> $@@$1
-
-
-
- ############################################################
- ############################################################
- #####
- ##### BITNET Mailer specification
- #####
- ############################################################
- ############################################################
-
-
- Mbitnet, P=/usr/lib/rscs/rscs%mail, F=RSsnF, S=15, R=25, M=150000,
- A=rscsmail $f $h $u
- Mccnet, P=/usr/lib/rscs/rscs%mail, F=SsnF, S=15, R=25, M=100000,
- A=rscsmail $f$h$u cuvma mailer
-
- S15
- R$*<@@$*.BITNET> $@@$1@@$2.BITNET
- R$+<@@$+> $1%$2
- R$+ $:$1@@$B.BITNET stick on our name
-
- S25
- @
-
-
- 1.2
- log
- @*** empty log message ***
- @
- text
- @d113 1
- a113 1
- Do.:%@@!^=/[],
- d240 3
- a242 3
- R$-!$+ $:$>6$2<@@$1> resolve uucp names
- R$+<@@$=L> $@@$1<@@$2> local site - no domain
- R$+<@@$-> $@@$1<@@$2.UUCP> add UUCP domain
- a258 4
- # Find local hosts and strip domains
- R$*<@@$=L.$=D> $1<@@$2>
- R$*<@@$-.$D> $1<@@$2>
-
- d260 3
- a262 1
- R$*<@@$-> $:$1<@@$[$2$]>
- d264 2
- d267 1
- d282 3
- a284 4
- #
- # watch for uucp-type forwarding to ARPA
- R$=w!$+<@@$+> $@@$>7$2@@$3 harvard!USER@@SITE.ARPA
- R$=w:$+<@@$+> $@@$>7$2@@$3 harvard:USER@@SITE.ARPA
- d293 4
- a296 3
- ##################################
- # End of ruleset zero preamble #
- ##################################
- d300 2
- d308 2
- a309 2
- R$*<@@$*:bitnet> $@@$>0$1@@$2:bitnet<@@$F.LOCAL>
- R$*<@@$*:ccnet> $@@$>0$1@@$2:ccnet<@@$F.LOCAL>'
- d312 1
- a312 1
- R$*<@@$*:bitnet> $#bitnet$@@$2$:$1
- d314 1
- a314 1
- R$*<@@$*:ccnet> $#ccnet$@@$2$:$1'
- d319 1
- a319 1
- R$*<@@$*:arpa> $@@$>0$1@@$2:arpa<@@$C.LOCAL>'
- d322 1
- a322 1
- R$*<@@$*:arpa> $#arpa$@@$2$:$1<@@$2>'
- d326 1
- a326 1
- R$*<@@$*:uucp> $#uucp$@@$2$:$1
- d329 1
- a329 1
- R$*<@@$*:pathalias> $#pathsend$@@$2:$1
- d332 1
- a332 1
- R$*<@@$*:ether> $#ether$@@$2$:$1
- d337 9
- d349 1
- a349 4
- ifdef(`PATHALIAS',
- `# uucp (non-direct) to non-local host - try pathalias
- R$*<@@$*.UUCP> $#pathsend$@@$2$:$1 user@@somewhere.UUCP'
- ,
- d352 3
- d460 1
- a460 1
- Mpathsend, P=/toe/staff/dudek/bin/pathsend, F=hum, S=12, R=22,
- a474 2
- Muucp, P=/usr/bin/uux, F=shuUm, S=13, R=23, M=150000,
- A=uux - $h!rmail ($u)
- d476 3
- d485 1
- a485 1
- R$w!$+ $2 strip local name
- d489 1
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @a8 3
- # uucp hostname
- DB$w
-
- d28 1
- a28 27
- # local hosts with more than one name (sigh)
- DZh-sc8
- CZh-sc8 thor sc8 harvsc8 harvunxd
- DYh-sc7
- CYh-sc7 loki sc7 harvsc7 harvunxc
- DXh-sc4
- CXh-sc4 odin sc4 hscvax unixvax harvsc4 harvunxu
- DWh-sc1
- CWh-sc1 asgard sc1 aunix harvsc1 harvunxa
- DUh-sc3
- CUh-sc3 roscoe sc3 rvms harvsc3
- DTh-sc5
- CTh-sc5 sylvie sc5 svms harvsc5
- DSh-lit1
- CSh-lit1 littauer lit1 lunix harvlit1
- DRh-law1
- CRh-law1 law law1 lvms harvlaw1
- DQharvard
- CQharvard harvunxh
- DPtalcott
- CPh-soc1 talcott soc1 harvunxt
- DOpitirim
- COh-soc2 pitirim soc2
- DNwjh12
- CNh-psr1 wjh12 psr1 harvunxw
- DMh-sc2
- CMh-sc2 bifrost sc2 bunix harvsc2 harvunxb
- a29 1
- # known local hosts; x@@localhost -> x@@localhost.LOCAL
- d31 8
- a38 1
- CLh-sc8 h-sc7 h-sc4 h-sc1 h-sc2 h-lit1 h-ma1
- d40 4
- a43 1
- CLh-sc3 h-sc5 h-law1
- d45 4
- a48 1
- CLtalcott pitirim wjh12
- d50 1
- a50 1
- CLharvard
- d52 16
- a67 3
- CLgauss turing godel boole herebrand rabin
- CLatrios zeos peladon traken ribos skaro
- CLharry eleanor
- d73 1
- d113 1
- a113 1
- Do.:%@@!^=/[]
- d203 1
- d218 6
- d242 1
- a242 1
- R$+<@@$+> $@@$1<@@$2.UUCP> add UUCP domain
- d259 2
- a260 1
- # strip our domain and LOCAL for alias processing ???
- a261 1
- R$*<@@$-.LOCAL> $1<@@$2>
- d263 2
- a264 14
- # rewrite local names
- R$*<@@$=Z> $@@$1<@@$Z>
- R$*<@@$=Y> $@@$1<@@$Y>
- R$*<@@$=X> $@@$1<@@$X>
- R$*<@@$=W> $@@$1<@@$W>
- R$*<@@$=U> $@@$1<@@$U>
- R$*<@@$=T> $@@$1<@@$T>
- R$*<@@$=S> $@@$1<@@$S>
- R$*<@@$=R> $@@$1<@@$R>
- R$*<@@$=Q> $@@$1<@@$Q>
- R$*<@@$=P> $@@$1<@@$P>
- R$*<@@$=O> $@@$1<@@$O>
- R$*<@@$=N> $@@$1<@@$N>
- R$*<@@$=M> $@@$1<@@$M>
- d278 2
- a279 2
- R@@ $#local$:MAILER-DAEMON handle <> form
- R$*<@@[$+]> $#arpa$@@[$2]$:$1@@[$2] numeric internet spec ?
- d281 4
- a284 3
- # recognize local mail
- R$*<@@$=w> $@@$>7$1 horton@@harvard
- R$*<@@$=w.$D> $@@$>7$1 horton@@harvard.harvard.edu
- d286 7
- d298 1
- a298 1
- R$*<@@$=L> $1<@@$2.LOCAL> horton@@aiken
- d325 3
- d337 7
- a343 2
- # uucp (non-direct) to non-local host - send to UUCP relay host
- R$*<@@$*.UUCP> $1@@$2.UUCP<@@$E.LOCAL> user@@somewhere.UUCP
- d360 1
- a360 1
- R$*<@@$-.$*$=A> $#arpa$@@$2$:$1<@@$2.$3$4>
- d372 1
- a372 1
- R$*<@@$=B.LOCAL> $1@@$2.LOCAL<@@$F.LOCAL>'
- d422 2
- d443 15
- a462 2
- Mpathuucp, P=/usr/lib/uucp/pathuux, F=shuUm, S=13, R=23, M=150000,
- A=pathuux $h $u
- d467 2
- a468 1
- R$+<@@$*.UUCP> $2!$1 u@@host.UUCP => host!u
- d471 3
- a473 3
- R$+ $:$>5$1 convert to old style
- R$w!$+ $2 strip local name
- R$+ $:$B!$1 stick on our host name
- d490 1
- a490 1
- R$+<@@$=L> $@@$1%$2$3<@@$w.$D> local hosts
- d492 6
- d499 1
- a499 1
- R$+<@@$+.$=D> $@@$1%$2.$3<@@$w.$D> user@@host.DOMAIN
- d508 7
- @
-